home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 266_01 / wordlib.h < prev   
Text File  |  1990-04-19  |  621b  |  17 lines

  1. /*    Keyword-value Text Handling Routines       File: WORDLIB.H
  2.         Robert L. Patton, Jr.
  3.         1713 Parkcrest Terrace
  4.         Arlington, TX 76012
  5.            05 May 1989
  6. */
  7. void Blank      (char  *Word, int Size);
  8. void Capitalize (char  *Word);
  9. void Clean      (char  *Sentence);
  10. void Ftoa       (double Value, char *Digits);
  11. int  Filler     (char  *Word);
  12. void GetInt     (char  *Sentence, int *Number);
  13. void GetVal     (char  *Sentence, double *Value);
  14. void GetWord    (char  *Sentence, char *Word, int Size);
  15. int  iKeyFind   (char **List, int Length, char *Word);
  16. void PauseMsg   (char  *Text);
  17.